Welcome![Sign In][Sign Up]
Location:
Search - vc s

Search list

[GDI-BitmapVC++5.0MFCEXAMPLE

Description: Visual C++ MFC扩展编程实例/(美)[J.E.斯文克]John E.Swanke著 一书的配套实例, 基于VC++5.0开发,有将近70个实例,对于想学习MFC的初学者非常有参考价值-expansion MFC Visual C programming examples / (U.S.) [J.E. Schwentke] John E.S wanke with a book supporting examples, based on the development of the VC 5.0, nearly 70 examples, want to learn for beginners MFC very valuable reference
Platform: | Size: 1768167 | Author: andy | Hits:

[Other resourceVC++PRO

Description: 此 CHM 文档的内容均为 CSDN 众网友共同收集而来,由网友们于 2004 年 3 月 7 日在 www.csdn.net 网站 VC/MFC 版的非技术类论坛上正式提出整理工作的倡议,经王国凡同志(sgnaw 李逍遥)整理而成,以供大家工作学习参考之用。 我自认为是一个比较热心的人,经常帮助同学同事们解决 IT 方面的问题,有时也逛逛 CSDN。我在武汉出身,也在武汉工作三年了,希望将来能为 IT 业的发展作出贡献。整理工作虽然辛苦,但也快乐,错漏之处再所难免,如有建议或意见请联系 sgnaw@163.com -this document are CSDN the common masses collected from netizens. by netizens on March 7, 2004 in www.csdn.net website VC / MFC version of the non-technical Class Forum formal collation of the initiative, where the Kingdom's (LI sgnaw Fly) sorted out. We work for the study reference. I think it is a relatively enthusiastic, often helping students solve colleagues IT aspects, sometimes go CSDN. I Wuhan origin, Wuhan also worked for three years in the hope that the future for IT industry development. While finishing work hard, but also happy, errors and omissions is no longer inevitable. For suggestions or comments please contact sgnaw@163.com
Platform: | Size: 778421 | Author: whf | Hits:

[Other resourcevc++jishuneimu5

Description: VC技术内幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -VC technology insider, fifth edition (English) The 6.0 release of Visual C's hows Microsoft's continued focus on te Internet chnologies and COM. which are key components of the new Windows Dist ributed interNet Application Architecture (D NA). In addition to supporting these platform i nitiatives. Visual C + + 6.0 also adds an amazing number of produ ctivity-boosting features such as Edit And Con tinue, IntelliSense, AutoComplete. tips and code. These features take to a Visual C n ew level. We have tried to make sure that this boo k keeps you up to speed on the latest technologie 's being introduced into Visual C.
Platform: | Size: 7821676 | Author: 张靓 | Hits:

[Othervc++_process

Description: vc++几个小程序 vc++几个小程序 -vc several small procedure vc several s mall procedure
Platform: | Size: 2579 | Author: 李海天 | Hits:

[Other resourcevc.net.CAD

Description: 本书主要结合VB.NET和VC#.NET两种语言介绍了创建交互式CAD系统的基本思路和技术,分别给出了两种语言的小系统完整代码,并讨论了技巧实现的其他可能性以及系统代码的改进方法。 本书前3章主要介绍语言基础和.NET框架基础,第4章至第8章结合一个CAD小系统的创建详细地介绍了交互式CAD系统的组织思路和基本技术,第9章至第11章介绍了更多的技巧实现方法和系统优化方法,第12章结合CAD编程进行了一些设计模式方面的讨论;写作过程中注意了循序渐进的讲解原则,内容适合不同学习阶段的读者。 书中所有示例程序都通过调试,并放在随书的光盘上,以便于学习和交流。 本书可供从事图形学、CAD技术以及编程技术的有关工程技术人员、程序员、大学生、研究生阅读参考。-mainly in the context of the book and VB.NET VC#.NET languages on the creation of interactive CAD system EC's basic ideas and techniques are presented for the language of a small system integrity code, and discussed other techniques to achieve the possibility of the code and the system better. Before the book, Chapter 3 introduces foundation and language.NET Framework base Chapter 4 and Chapter 8 with a small CAD systems to create a detailed introduction of the interactive CAD system of ideas and organizations basic skills, chapter 9 to chapter 11 of more tact method and system optimization methods, Chapter 12 with CAD program for some design aspects of the model; attention to the writing process on the principle of gradual and orderly progress, as suitable for different stages of r
Platform: | Size: 1316404 | Author: aa | Hits:

[Windows DevelopVC++tongxunlu

Description: 一.问题描述 航班查询系统 系统功能 查询起飞城市至抵达城市的航班情况 查询起飞城市的航班情况 查询抵达城市的航班情况 航班情况 航班号,起降时间,起飞城市,抵达 城市,航班票价,票价折扣 二、系统分析 通过对题目要求的阅读,要求本订票系统要能够实现航班情况的录入功能、航班的查询功能、订票功能、退票功能以及管理本系统的功能即能够修改航班信息。 具体分析如下: 1、录入功能 可以录入航班信息,如录入航班号,起飞城市,到达城市,起飞时间,到达时间,飞机票数,票价及折扣。利用结构体数组存放数据。 2、查询功能 可以查询航班的各项信息,如输入航班号可以查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓;输入起飞抵达城市,可以查询航班号。 3、订票功能 可以订票并且记录下乘客的相关信息如记录下乘客姓名,身份证号码,所订航班的航班号以及所订的票数。利用结构体数组存放数据。 4、退票功能 可以退票并且记录乘客的相关信息以及退票信息。利用结构体数组存放数据。 5、修改功能 可以根据需要由管理员对航班信息进行修改更正。 -one. Problem description flight inquiry system functions inquiries arrived at the take-off city to city flights take off of the city's inquiries flight conditions inquiries on the status of flights arrived at the city of flights of the flight, take-off and landing, taking off cities and arrived at the city, flight fares, two discount fares, the analysis requested by the subject of reading, requested the booking system to be able to achieve flights of the input function, the inquiry flights, booking function, Refund management function and the function of the system is to change flight information. Specific analysis is as follows : 1, logging function can be recorded flight information, such as logging flight number, city, arriving in cities, the time to take off. arrival time, the numb
Platform: | Size: 468162 | Author: jjf | Hits:

[Other resourceconvolution(vc++)

Description: 我上硕士时完成的第一个作业!!! 可以显示两个离散的数据,然后完成它们之间的卷积运算,并显示!绝对原创-I completed a master's degree on the first operation! ! ! Be able to show two discrete data, They then completed the convolution between the operator and show! Absolute originality
Platform: | Size: 38393 | Author: 博士后 | Hits:

[File OperateVC++GPS

Description: 首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and GPS receivers for data transmission methods : One is to use the W in32 I A P communications functions for reading and writing the paper through another VC 6. 0 for S M Comm Controlware.
Platform: | Size: 109491 | Author: zhanglili | Hits:

[Special EffectsVC++DigtalImageProcessing_hebin

Description: VC++数字图像处理 人民邮电出版社 何斌 内容 点运算 几何变换 正交变换 增强 腐蚀 膨胀 细化 边缘检测提取 轮廓跟踪 图像分析 图像复原 图像压缩编码-VC digital image processing People's Post and content publishers Bin He points Operational geometric transformation orthogonal transformation to enhance corrosion expansion Edge Detection Extraction Refinement contour tracking image analysis Image Restoration Image Coding
Platform: | Size: 316849 | Author: wangkai | Hits:

[Windows DevelopVC#获得计算机IP

Description: 用VC#获得计算机IP.-Get Computer s Ip By VC#
Platform: | Size: 2992 | Author: 文渲 | Hits:

[Game ProgramVC下的俄罗斯方快

Description: 用VC编的俄罗斯方块-VC series of Rubik's cube
Platform: | Size: 5104 | Author: 钱志刚 | Hits:

[Windows DevelopTechniques_C++_Class_library_for_ADT-s

Description: 一些经典的VC源代码(2)-some classic VC source code (2)
Platform: | Size: 235440 | Author: 风潇婓 | Hits:

[Othervc mfc入门教程

Description: VC mfc入门教程,可以让你很快学会VC的教程!看看吧!-VC mfc entry Guide, which will let you quickly learn VC Guide! Let's see it!
Platform: | Size: 91047 | Author: 黄凯 | Hits:

[Consoles

Description: 用vc开发快速Fourier变换原理及其应用实例源代码
Platform: | Size: 17739 | Author: luckcome19825 | Hits:

[Other resourceVc.net

Description: The release of the Microsoft Visual Studio .NET (and Visual C++ .NET in particular) has underscored Microsoft’s increasing focus on Internet technologies, which are at the heart of the Microsoft .NET architecture. In addition to supporting the .NET initiative, Visual C++ .
Platform: | Size: 3145516 | Author: 王思漫 | Hits:

[Other resourceevil’s illusion Server Codes

Description: 传奇3.0 (evil’s illusion Server)韩国正式版本 vc++ 源码GameServer VC++源代码,包括地图,脚本,人物处理,协议加密,带数据库,由于源码为商业性质的,请使用者注意其版权和不要擅自公开发布和传播源码。WEMADE 公司于 Delphi 版本服务器端程序后,修改为 VC++ 版本。可用VC++ 6.0 或 VC.net 编译;学习网络游戏开发的朋友又一个绝好的源码。-legendary 3.0 (evil's illusion Server) South Korean official version vc source GameServer VC source code, including maps, scripts, characters, the agreement encryption, with the database, source of a commercial nature, its users to copyright and unauthorized public not to develop cloth and dissemination source. Danish companies in the server version of Delphi procedures, the revised version of the VC. Available VC 6.0 compiler or VC.net; Learning Network game developers friends also an excellent source.
Platform: | Size: 4631064 | Author: 祁斌 | Hits:

[Windows Develop孙鑫vc++01-05

Description: 孙鑫vc++讲座源码01-05-Source code of SunXin s Vc++ lessons
Platform: | Size: 158342 | Author: yybb | Hits:

[WinSock-NDISVC++网络高级编程之七

Description: HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:\\webpages\\的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand. HTTPSvr : This is Microsoft's HTTP server routines, the need to be used in building a C : \\ webpages \\ directory. You put the directory of webpages Manchester C : good enough. Below is the original readme
Platform: | Size: 295665 | Author: 张思发 | Hits:

[Crack HackPGP803-S-W

Description: vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!
Platform: | Size: 7090359 | Author: 和焕君 | Hits:

[Other resource基于VC的神经网络开发程序包(原码)

Description: 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author's ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
Platform: | Size: 422928 | Author: 李洋 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net